home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xml / rsc / ParserExceptions.properties < prev    next >
Encoding:
Text File  |  2000-04-24  |  10.2 KB  |  169 lines

  1. # ParserExceptions.properties
  2. # The double single quotes are for the benefit of the MessageFormat class
  3. java.io.IOException=Unable to access. {0}
  4. java.io.FileNotFoundException=File not found "{0}"
  5. java.net.MalformedURLException=Unable to recognize "{0}" as a URI.
  6. java.net.UnknownHostException=Unable to access "{0}"
  7. 8=Entity values must be enclosed in quotes. Found ''{0}'' instead.
  8. 10=Attribute values must be enclosed in quotes. Found ''{0}'' instead.
  9. 11=System id must be enclosed in quotes. Found ''{0}'' instead.
  10. 12=Entity values must be enclosed in quotes. Found ''{0}'' instead.
  11. 16=Unexpected character ''{0}'' in comment start.
  12. 29=Declaration contains an unrecognized character ''{0}'' or did not end as expected.
  13. 30=''{0}'' is not a recognized declaration.
  14. 31=''{0}'' is not a recognized start to a declaration.
  15. 32=Content models should be enclosed in parentheses.
  16. 45=Expecting 'ANY', 'EMPTY', 'CDATA', or 'RCDATA' -- a parenthesis is probably missing.
  17. 46=Expecting 'ANY' or 'EMPTY' -- a parenthesis is probably missing.
  18. 47=Content model term contains an unrecognized character ''{0}'' or did not end as expected.
  19. 48=Content model term contains an unrecognized character ''{0}''.  Expected one of , | )
  20. 56=''{0}'' is not a known attribute type.
  21. 58=Notation list did not start or end as expected ''{0}''.
  22. 59=Enumeration list contains an unrecognized character ''{0}'' or did not end as expected.
  23. 60=''{0}'' is not a known type of default.
  24. 61=Did not understand "{0}" in the conditional. Expected either "IGNORE" or "INCLUDE".
  25. 62=Expected '[' as start of conditional. Encountered ''{0}'' instead.
  26. 63=Condition did not end as expected ''{0}''.
  27. 66="{0}" is not a valid number
  28. 67=Reference did not end as expected ''{0}''.
  29. 68=Unable to locate general entity ''{0}''.
  30. 69=Unable to locate parameter entity ''{0}''.
  31. 69a=Unable to unread incorrect pe terminator.
  32. 76=Expected PUBLIC or SYSTEM, found ''{0}''.
  33. 77=Expected NDATA, but found ''{0}'' instead.
  34. 83=Declaration did not end as expected ''{0}''.
  35. 84=Expected PUBLIC or SYSTEM, but found ''{0}'' instead.
  36. 85=Unable to read external subset "{0}".
  37. 86=Data type specification refers to an unknown attribute ''{0}''.
  38. 87=Unknown notation or data type ''{0}''.
  39. 88=System id for the entity ''{0}'' is empty. Unable to obtain referenced information."
  40. 89=A notation attribute has already been defined for the element type (''{0}''). Since it resides in a reusable, it can only be changed there.
  41. 90=Entity reference did not end with a '';'' as expected.
  42. #OBSOLETE 91=Conditionals are not supported. The conditional itself will be lost although all declarations within have been INCLUDED.
  43. 92=IGNORE sections are not supported. All declarations within this section will be lost.
  44. 93=Occurance Ranges must be in the form '{'min,max'}' or '{'min,*'}'. Found "{0}" instead.
  45. 94=The datatype "{0}" does not support this facet.
  46. 95=Expected a number. {0}
  47. 96=Options not understood. {0}
  48. 97=Entry should be in the form of one or more "name = ''value''" pairs.{0}
  49. 98=The entity "{0}" has been referenced recursively.
  50. 99=The entity "{0}" referenced here does not correspond to a support usage. When saved its use here will not be reproduced.
  51.  
  52. 101=SGML: Tag requirements ignored.
  53. 102=SGML: The '&' connector was changed to '|'. DTD is less restrictive as a result.
  54. 103=SGML: Aggregated element declarations for "{0}" split apart into individual declarations.
  55. 104=SGML: Element name list contained an unexpected character ''{0}''.
  56. 105=SGML: Aggregated attribute declarations for "{0}" split apart into individual declarations.
  57. 106=SGML: Attribute type "{0}" converted to "CDATA"
  58. 107=SGML: Attribute type "{0}" converted to "NMTOKEN"
  59. 108=SGML: Attribute type "{0}" converted to "NMTOKENS"
  60. 109=SGML: PUBLIC reference missing a SYSTEM reference in entity "{0}".
  61. 110=SGML: Entity reference did not end with a '';'' but rather with a ''{0}''.
  62. 111=SMGL: Content model in/exclusion ignored: "{0}"
  63. 112=SGML: Content model changed from "{0}" to PCDATA.
  64. 113=SGML: Attribute values must be enclosed in quotes, using "{0}" as default.
  65. 114=SGML: Expected comment but found ''{0}''.
  66. 115=SGML: Comments within a declaration are not allowed. Comment "{0}" lost.
  67. 116=SGML: Attribute default ''{0}'' converted to #IMPLIED.
  68. 117=SGML: SDATA entity value ''{0}'' will be treated as normal replacement text.
  69. 118=SGML: Special (i.e. {0}) attribute list ignored.
  70. 119=SGML: ''{0}'' must be in uppercase.
  71. 120=SGML: #CONTENT not available in XML, made #REQUIRED, see comment for original fixed value.
  72. 121=SGML: CDATA entity value ''{0}'' will be treated as normal replacement text.
  73. 122=SGML: PI entity value ''{0}'' will be treated as normal replacement text.
  74. 123=SGML: STARTTAG entity value ''{0}'' will be surrounded by ''<'' and ''>'' and treated as normal text.
  75. 124=SGML: ENDTAG entity value ''{0}'' will be surrounded by ''<'' and ''/>'' and treated as normal text.
  76. 125=SGML: MD entity value ''{0}'' will be surrounded by ''<!'' and ''>'' and treated as normal text.
  77. 126=SGML: MS entity value ''{0}'' will be surrounded by ''<!['' and '']]>'' and treated as normal text.
  78. 127=SGML: Default entity value ''{0}'' will be ignored.
  79. 128=SGML: {0} external entity will be treated as a parsed external entity.
  80. 129=SGML: Unknown entity name ''{0}''.
  81. 130=SGML: Comment syntax not understood.
  82.  
  83. #created outside of the parser
  84. 200=Declaration not found or too many created.
  85. 201=List contains an unexpected character ''{0}''.
  86. 202=A name is required.
  87. 203=The first character of the name may not be a ''{0}''.
  88. 204=Names may not contain the character ''{0}''.
  89. 205=Names must be a single word. Use ''.'' or ''-'' or ''_'' to separate words.
  90. 206=Names must be unique. "{0}" already exists.
  91. 207=Type {0} not recognized.
  92. 208=''{0}'' does not exist as an Element Type nor a Attribute Set.
  93. 209=The attribute set ''{0}'' does not exist.
  94. 210=The element type ''{0}'' does not exist.
  95. 211=There may only be one attribute of type ID. ''{0}'' is also of type ID.
  96. 212=There is more than one attribute named "{0}".
  97. 213=This element type has been defined more than once. This declaration will be ignored.
  98. 214=The element type ''{0}'' appears more than once in the content model.
  99. 215=The element type ''{0}'' has not been declared.
  100. 216=An ID attribute must not have a default ''{0}''.
  101. 217=''{0}'' contains an invalid character.
  102. 218=Default value ''{0}'' must match an existing general entity.
  103. 219=Default value ''{0}'' must match a general entity with a notation (i.e. an unparsed general entity).
  104. 220=Multiple values should be separated by spaces. ''{0}'' is not a valid separator.
  105. 221=''{0}'' is not a valid public id. It contains invalid characters.
  106. 222=''{0}'' is not a valid notation. It contains invalid characters.
  107. 223=Notation not found.
  108. 224=''{0}'' is not a valid name. It contains invalid characters.
  109. 225=Nested parentheses found. Content models with both elements and text may only be an optional, repeating set of choices.
  110. 226=Occurrence symbol found after ''{0}''. Content models with both elements and text may only be an optional, repeating set of choices.
  111. 227=Sequence '','' found after ''{0}''. Content models with both elements and text may only be an optional, repeating set of choices.
  112. 228='*' not found. Content models with both elements and text may only be an optional, repeating set of choices.
  113. 229=Use parentheses to separate sequence '','' and choice ''|'' portions of the content model.
  114. 230=The declaration ''{0}'' must appear before this one since it is referenced by it.
  115. 231=The name ''{0}'' is being used in a different context and cannot be converted to a reusable attribute set.
  116. 232=Constraints are not meaningful with this data type. Use the XML Type enumeration.
  117. 233=At least one potential value must be defined for an enumeration.
  118. 234=At least one potential value must be defined for an notation type.
  119. 235=Default value ''{0}'' must match one of the constraint values.
  120. 236=Element type ''{0}'' not found.
  121. 237=Attribute type ''{0}'' not found.
  122. 238=The namespace prefix ''{0}'' does not exist.
  123. 239=''{0}'' is not recognizable.
  124. 240=Parser Error. ''{0}''
  125. 241=In attribute declaration ''{0}'' is not a defined namespace.
  126. 242=In element declaration ''{0}'' is not a defined namespace.
  127. 243=This SOX Schema does not have the right version number.  Expected V0.2.2 - found ''{0}''. The application may not process it correctly!
  128. 244=File or url ''{0}'' not found. Note that urls should be prefixed with "http://"; files need not be prefixed.
  129. 245=Unable to locate host for URL ''{0}''.
  130. 246=Errors encountered while parsing ''{0}''.
  131. 247=File IO Error attempting to add contents of subset: ''{0}''.
  132. 248=In model group declaration ''{0}'' is not a defined namespace.
  133. 249=In attribute group declaration ''{0}'' is not a defined namespace.
  134. 250=Unknown datatype: ''{0}''.  Converting to string.
  135. 251=Unknown content value: ''{0}''
  136. 252=Unrecognized attribute: ''{0}''
  137. 253=When content=mixed, order should equal to many.  Found: ''{0}''
  138. 254=dt:Values contraints are only valid for enumeration datatype
  139. 255=''{0}'' should not contain any elements, given its content model.
  140. 256=Descriptions must be part of AttributeType or ElementType.
  141. 257=''{0}'' invalid occurence values.
  142. 258=dt:type not defined for datatype
  143. 259=The datatype tag is only valid with AttributeType and ElementType elements.
  144. 260='Schema' should be the root element.  Found ''{0}'' instead.
  145. 261=Order = ''{0}'' is not a valid value.
  146. 262=Required attribute must be either 'yes' or 'no' -- found: ''{0}''
  147. 263=XML Data Reduced Subset does not support a datatype of enumeration for elements.
  148. 264=References a global attribute "{0}" which does not exist.
  149. 265=There are duplicate global attributes named "{0}".
  150. 266=#PCDATA may only be the first term in a mixed content model.
  151. 267="{0}" can''t extend itself.
  152. 268="{0}" is an extension of this element.
  153. 269=Super type "{0}" not found.
  154. 270=#PCDATA may only appear in the top-level group of a content model.
  155. 271=An attribute named "xmlns" should not be declared.
  156. 272=A content model group with no children ("()") is incomplete.
  157. 273=Use of PI that is reserved for XML: "{0}"
  158. 274=Use of unsupported encoding: "{0}".  Currently supported encodings are UTF-8, ASCII, and UTF-16.
  159. 275=Unable to parse 'xml' processing instruction information: "{0}".
  160. 999={0}
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.